Welcome![Sign In][Sign Up]
Location:
Search - ftp socket

Search list

[Ftp Clientftp客户机

Description: 利用Socket套接字创建基于对话框类的FTP工具-use Socket creation based on the type dialog FTP tools
Platform: | Size: 4030464 | Author: 谌夏 | Hits:

[Ftp Client基于VC和Socket的完整Ftp客户端程序

Description: 基于VC和Socket的完整Ftp客户端程序-Socket-based VC and the integrity Ftp Client
Platform: | Size: 132096 | Author: 周斌 | Hits:

[Ftp ClientFTP客户端开发——WinSock

Description: FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development-- WinSock, the procedure is to use the socket to develop a ftp client is vc++ development Daquan this book source, the intention here to see friends
Platform: | Size: 109568 | Author: 笨蛋 | Hits:

[Internet-Network一个实现FTP功能的源代码

Description: 1.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL)/挂断等管理; 9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy等支持; -1. The use of asynchronous socket connections, analytic asynchronous mainframe; 2. Support multiple documents, Multi-level directory/subdirectory upload/download; 3. delete the file, rename, change attributes ...... etc.; 4. the user password changes ....... etc.; 5. Breakpoint upload/download; 6. take care support upload/download; 7. since the definition of FTP orders; 8. Dial-up Network (telephone and ADSL)/hang up such management; 9.SOCKS4/SOCKS4A. SOCKS5, HTTP1.1; FTP Proxy login and other support;
Platform: | Size: 1644544 | Author: 长立志 | Hits:

[Internet-NetworkFtpTestw1

Description: 每一个Ftp发送之后,Ftp服务器都会返回一个字符串,其中包括一个返回代码和一串说明信息。这个返回码主要是用于判断命令是否被成功执行了。除此之外,还有一个非常重要的命令的返回。当发送PASV之后,返回“227 Entering Passive Mode (127,0,0,1,4,18)”。这意味着在服务器上有一个端口被开放,他将为我们后面接着的数据传输作好准备,但是我们如何知道该端口号呢,就在(127,0,0,1,4,18)中,前面四位指服务器的地址,关键是最后两位,将最后第二位乘256再加上最后一位的值就是我们的端口号,也就是4*256+18。取得端口号之后我们就可以用socket连接到这里。这为我们后面的工作作好准备了,因为我们的取得列表,上传,下载文件都要依靠它来实现-err
Platform: | Size: 2048 | Author: 方波 | Hits:

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C++ is difficult to control and the interactive shell, and not informed of the error code error, Using C++ tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4096 | Author: sl | Hits:

[Internet-NetworkTFTP_Listing

Description: socket编程, 查看server下相应目录的所有文件, 并且可通过tftp下载.-socket programming, check under the corresponding server directory of all documents, tftp and can be downloaded.
Platform: | Size: 7168 | Author: lij008 | Hits:

[Internet-NetworkServer_Ftp

Description: 利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
Platform: | Size: 19456 | Author: wu | Hits:

[Ftp Serversocket_programing_ftp_serv

Description: network socket programing. ftp服务器程序,有USER,PASS,PASV,PORT,LIST,RETR命令,在telnet下可以调试。-network socket programing. Ftp server, have USER, PASS, PASV, PORT, LIST, RETR command, In telnet can be debugging.
Platform: | Size: 3072 | Author: jinghe | Hits:

[Internet-Networksocketftp

Description: 该文件是基于socket编程的ftp文件传输的源代码。包含了服务器和客户端的源代码,是使用C语言编写的。运行在linux环境中。无解压密码。不妥之处,还请高手给予指点。-the document is based on the socket programming ftp file transfer the source code. Includes server and client source code is the use of the C language. Run on the Linux environment. No extract passwords. Nothing wrong with it and also invited experts to give instructions.
Platform: | Size: 1024 | Author: mafengxi | Hits:

[Internet-Networkftpanalysis

Description: ftp案例分析的所有源码及文档,windows的网络编程,利用了socket(套接字)。来实现消息和文件的传输-ftp case analysis of the source code and all documentation, windows network programming, use of the socket (socket). To achieve information and documents transmission
Platform: | Size: 2108416 | Author: linteng | Hits:

[Telnet ClientFTPcientport

Description: Socket的出现,使程序员可以很方便地访问TCP/IP,从而开发各种网络应用程序。 套接字存在于通信区域中。通信区域也叫地址族,它是一个抽象的概念,主要用于将通过套接字通信的进程的共有特性综合在一起。-Socket has made it very convenient for the programmer to visit TCP/IP, so as to develop network applications. Socket Communications exist in the region. Communication is also called regional ethnic address, it is an abstract concept, will be mainly used for socket communication through the process of the total properties combined.
Platform: | Size: 2032640 | Author: 小会 | Hits:

[Telnet ServerTerminalClient

Description: 经典的终端底层实现,可以模拟Pop3,FTP,以及各种TCP应用。Socket实现-classic terminal bottom realized, can be simulated Pop3, FTP, TCP, as well as various applications. Socket
Platform: | Size: 57344 | Author: 红城共 | Hits:

[Internet-NetworkFTPWanderer

Description: 国外高手写的一个FTP下载软件源码,代码精简,实现功能比较全面-foreign experts to write an FTP download the software source code, code streamlining and achieving a more comprehensive function
Platform: | Size: 4046848 | Author: 李靖 | Hits:

[TCP/IP stackSocketExample

Description: 一个基于MFC对话框的Socket应用程序,包括UDP/TCP/FTP协议的实现,及字符串和数据流两种传输模式。 -an MFC dialog based on the Socket applications, including UDP/TCP/FTP protocol implemented, and string, and the data flow both transmission modes.
Platform: | Size: 77824 | Author: 就是恶 | Hits:

[Ftp Clientlibncftp-3.1.5

Description: linux/unix windows 中的采用socket方式建立连接的ftp源码,已经在很多大型项目使用过。-err
Platform: | Size: 2383872 | Author: nike | Hits:

[Internet-Network20060104001

Description: windows环境下Socket网络编程,ftp程序源代码6-windows environment Socket Network Programming, ftp source code 6
Platform: | Size: 25600 | Author: 胡利军 | Hits:

[Ftp ClientFtp

Description: 实现简单FTP的源代码,应用Socket-Realize a simple FTP source code, application Socket
Platform: | Size: 35840 | Author: sunny | Hits:

[Internet-Networkftpputget

Description: 在Linux下使用socket方式开发的FTP程序,可以事项GET PUT功能,是学习socket和ftp编程的入门代码。-Socket in Linux to use the FTP program to develop, you can GET PUT function matters, and ftp to learn socket programming code entry.
Platform: | Size: 2048 | Author: Leo ZHANG | Hits:

[Embeded Linuxhandsetftp

Description: FTP的客户端与主机端程序源码,可一次传送一个文件夹,对SOCKET编程的朋友有一定参考价值-FTP client program source code with the host side can be the first to send a folder on the SOCKET programming friends have a certain reference value
Platform: | Size: 22528 | Author: 显国 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net